mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 09:02:08 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -154,7 +154,7 @@ void test_sio_master_round(bool test_mosi)
|
||||
master_free_device_bus(spi);
|
||||
}
|
||||
|
||||
void test_sio_master()
|
||||
void test_sio_master(void)
|
||||
{
|
||||
test_sio_master_round(true);
|
||||
unity_send_signal("master ready");
|
||||
@@ -210,7 +210,7 @@ void test_sio_slave_round(bool test_mosi)
|
||||
spi_slave_free(TEST_SLAVE_HOST);
|
||||
}
|
||||
|
||||
void test_sio_slave()
|
||||
void test_sio_slave(void)
|
||||
{
|
||||
test_sio_slave_round(true);
|
||||
unity_wait_for_signal("master ready");
|
||||
|
||||
Reference in New Issue
Block a user