diff options
author | Keith Packard <keithp@keithp.com> | 2015-02-28 16:00:17 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-02-28 16:10:10 -0800 |
commit | e4b415cc8f839ceae48916b5e9d78f78589186cf (patch) | |
tree | 1df666cd8f72143688a87ac98caafe864e1a7eaa /src | |
parent | 27aef593fb4c037fdb65c9fb397829b42d72d0f2 (diff) |
altos/stmf0: Typo in ao_crc_stm.c
Extra semicolon
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stmf0/ao_crc_stm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stmf0/ao_crc_stm.c b/src/stmf0/ao_crc_stm.c index 78efa93a..863f5ef5 100644 --- a/src/stmf0/ao_crc_stm.c +++ b/src/stmf0/ao_crc_stm.c @@ -60,7 +60,7 @@ #endif #ifndef AO_CRC_INIT -#define AO_CRC_INIT 0xffffffff; +#define AO_CRC_INIT 0xffffffff #endif void |