mirror of
1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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