aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/crc.h
diff options
context:
space:
mode:
authorMichael Spradling <mike@mspradling.com>2015-08-16 23:51:41 -0400
committerMichael Spradling <mike@mspradling.com>2015-08-16 23:51:41 -0400
commitfb8c390f06ee9466f498dc66a2bd955e5ba51b92 (patch)
tree04b1aab8a8c5816a89767b64d956edef1dcdf3c5 /os/hal/include/crc.h
parent316c3b4825689afca170576e5a5681302f64fdfa (diff)
downloadChibiOS-Contrib-fb8c390f06ee9466f498dc66a2bd955e5ba51b92.tar.gz
ChibiOS-Contrib-fb8c390f06ee9466f498dc66a2bd955e5ba51b92.tar.bz2
ChibiOS-Contrib-fb8c390f06ee9466f498dc66a2bd955e5ba51b92.zip
Update code from code feedback
Diffstat (limited to 'os/hal/include/crc.h')
-rw-r--r--os/hal/include/crc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/crc.h b/os/hal/include/crc.h
index baa274b..2f50f8f 100644
--- a/os/hal/include/crc.h
+++ b/os/hal/include/crc.h
@@ -72,8 +72,8 @@ typedef enum {
CRC_COMPLETE /* Asynchronous operation complete. */
} crcstate_t;
-#include "crc_lld.h" /* Include software LL driver */
-#include "crcsw.h"
+#include "crc_lld.h"
+#include "crcsw.h" /* Include software LL driver */
/*===========================================================================*/