change return type of main to int
This commit is contained in:
parent
605bfd3d65
commit
36ac50a144
@ -56,7 +56,7 @@ void draw(uint8_t buffer[4][4], uint8_t delay) {
|
||||
}
|
||||
}
|
||||
|
||||
uint8_t main(void) {
|
||||
int main(void) {
|
||||
|
||||
init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user