diff options
Diffstat (limited to 'stmhal/cc3k/netapp.c')
-rw-r--r-- | stmhal/cc3k/netapp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stmhal/cc3k/netapp.c b/stmhal/cc3k/netapp.c index 4b3efb24df..cdeccefc46 100644 --- a/stmhal/cc3k/netapp.c +++ b/stmhal/cc3k/netapp.c @@ -41,6 +41,9 @@ * *****************************************************************************/ #include <stdint.h> +#include "mpconfigport.h" + +#if MICROPY_HW_ENABLE_CC3K #include "netapp.h" #include "hci.h" @@ -475,3 +478,5 @@ long netapp_set_debug_level(unsigned long ulLevel) } #endif + +#endif // MICROPY_HW_ENABLE_CC3K |