Update main.c

Comments correction
This commit is contained in:
Marián 2021-07-21 07:22:58 +02:00 committed by GitHub
parent 0441bba786
commit 7419a80673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
main.c
View File

@ -23,11 +23,11 @@
#include "lib/ssd1306.h"
/**
* @desc Main
* @desc Main function
*
* @param void
*
* @return unsigned char
* @return int
*/
int main(void)
{