fix: comp. warning 283: function declarator with no prototype.

This commit is contained in:
René van Dorst
2025-08-30 22:51:19 +02:00
parent 546d385bf1
commit 3d80f73383
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ void port_l2_learned(void) __banked
/*
* Basic L2 configuration such as time to forget an entry
*/
void port_l2_setup() __banked
void port_l2_setup(void) __banked
{
print_string("\nport_l2_setup called\n");