mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
fix: comp. warning 283: function declarator with no prototype.
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user