We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6501001 + 1a3b3c1 commit 2e90fcdCopy full SHA for 2e90fcd
targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/aes.c renamed to targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/ti_aes.c
@@ -53,7 +53,7 @@
53
#include "inc/hw_memmap.h"
54
#include "inc/hw_nvic.h"
55
#include "inc/hw_types.h"
56
-#include "aes.h"
+#include "ti_aes.h"
57
#include "debug.h"
58
#include "interrupt.h"
59
targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/aes.h renamed to targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/ti_aes.h
targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/des.c renamed to targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/ti_des.c
-#include "des.h"
+#include "ti_des.h"
targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/des.h renamed to targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/ti/devices/cc32xx/driverlib/ti_des.h
0 commit comments