From bb6d9e870fb51833137e82063a3ab08930820a2d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 16 Apr 2017 15:55:14 -0400 Subject: Switch to libhal's CRC-32 code. --- projects/cli-test/mgmt-keystore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'projects/cli-test/mgmt-keystore.c') diff --git a/projects/cli-test/mgmt-keystore.c b/projects/cli-test/mgmt-keystore.c index 6e26d6d..e11ef76 100644 --- a/projects/cli-test/mgmt-keystore.c +++ b/projects/cli-test/mgmt-keystore.c @@ -33,17 +33,17 @@ */ /* Rename both CMSIS HAL_OK and libhal HAL_OK to disambiguate */ + #define HAL_OK CMSIS_HAL_OK #include "stm-init.h" #include "stm-keystore.h" #include "stm-fpgacfg.h" #include "stm-uart.h" - #include "mgmt-cli.h" #include "mgmt-show.h" - #undef HAL_OK -#define LIBHAL_OK HAL_OK + +#define HAL_OK LIBHAL_OK #include "hal.h" #warning Really should not be including hal_internal.h here, fix API instead of bypassing it #include "hal_internal.h" -- cgit v1.2.3