1
0
mirror of synced 2024-06-07 08:17:46 +02:00

change return type of main to int

This commit is contained in:
elilienstein 2017-12-18 15:25:39 -08:00
parent 605bfd3d65
commit 36ac50a144

View File

@ -56,7 +56,7 @@ void draw(uint8_t buffer[4][4], uint8_t delay) {
}
}
uint8_t main(void) {
int main(void) {
init();