achimdoebler / UGUI

µGUI - Open Source GUI module for embedded systems
Other
1.2k stars 415 forks source link

ugui.h: system.h: No such file #23

Open blapalp opened 7 years ago

blapalp commented 7 years ago

Comment would help if you're supposed to adapt this.

howamith commented 7 years ago

As far as I can tell you need to replace this with the header file relevant for the family/ series of processor you're using, so for example in my case I'm using an Atmel AVR microcontroller so I changed it to #include <avr/io.h> and everything appears to be working

sealj553 commented 7 years ago

Depending on your environment, #include <stdint.h> also works