diff options
Diffstat (limited to 'src/stm32l4xx_it.c')
-rw-r--r-- | src/stm32l4xx_it.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32l4xx_it.c b/src/stm32l4xx_it.c index d007607..ef10406 100644 --- a/src/stm32l4xx_it.c +++ b/src/stm32l4xx_it.c @@ -3,7 +3,7 @@ void perror(const char *s)
{
- lcd_puts(s);
+ (void)s;//lcd_puts(s);
}
void NMI_Handler(void) {}
|