Browse Source

switch to main.h so it pulls in the correct hal headers..

main
John-Mark Gurney 2 years ago
parent
commit
f6515c2355
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hal_generic.c

+ 1
- 1
hal_generic.c View File

@@ -1,4 +1,4 @@
#include <stm32f1xx_hal.h>
#include <main.h>

void
SysTick_Handler(void)


Loading…
Cancel
Save