This commit is contained in:
Magdy Sedra 2021-02-01 13:09:27 +02:00 committed by GitHub
parent 339654cd78
commit 81621d8366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,12 +257,7 @@ static void test() {
* @brief Main function
* @returns 0 on exit
*/
uint32_t main() {
int main() {
test(); // run self-test implementations
return 0;
}