remove extra semicolon from macro definition
This commit is contained in:
parent
f4a2efa221
commit
f133321b03
|
@ -38,7 +38,8 @@
|
|||
|
||||
#include "crm.h"
|
||||
|
||||
#define trim_xtal() pack_XTAL_CNTL(CTUNE_4PF, CTUNE, FTUNE, IBIAS);
|
||||
#define trim_xtal() pack_XTAL_CNTL(CTUNE_4PF, CTUNE, FTUNE, IBIAS)
|
||||
|
||||
void default_vreg_init(void);
|
||||
void uart1_init(uint16_t inc, uint16_t mod, uint8_t samp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue