diff --git a/mcapi/test.c b/mcapi/test.c index f379f4831..ab9fdebc1 100644 --- a/mcapi/test.c +++ b/mcapi/test.c @@ -49,6 +49,7 @@ #ifdef MICROCHIP_PIC32 #define PIC32_STARTER_KIT #include + #include #endif #define OUR_DATA_SIZE 1024 diff --git a/mplabx/ctaocrypt_test.X/main.c b/mplabx/ctaocrypt_test.X/main.c index 1ecfc2ada..5edccecad 100644 --- a/mplabx/ctaocrypt_test.X/main.c +++ b/mplabx/ctaocrypt_test.X/main.c @@ -24,6 +24,7 @@ #include #include #include +#include #include /* func_args from test.h, so don't have to pull in other junk */ @@ -38,6 +39,8 @@ typedef struct func_args { */ int main(int argc, char** argv) { + SYSTEMConfigPerformance(80000000); + DBINIT(); printf("CTaoCrypt Test:\n");