From 7522550cbfa987352a0db22157773d3787bc830c Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 22 Mar 2013 10:45:19 -0600 Subject: [PATCH] add plib.h to mcapi test, optimize MPLAB ctaocrypt_test project --- mcapi/test.c | 1 + mplabx/ctaocrypt_test.X/main.c | 3 +++ 2 files changed, 4 insertions(+) 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");