bschwand / STM8-SPL-SDCC

STM8S SPL for SDCC
45 stars 12 forks source link

added "#include "stm8s_it.h" to all main.c #5

Closed gicking closed 6 years ago

gicking commented 6 years ago

Added "#include "stm8s_it.h" to all main.c, as required interrupts and SDCC. Is a common mistake.

Request see here

gicking commented 6 years ago

hello bschwand,

just added #defines to my pull request, as proposed. Can you please check if I used the correct pin?

Georg