Remove unused function declaration.

This commit is contained in:
Jared Boone 2015-12-12 11:37:59 -08:00
parent b058d609eb
commit 9170c66bc0

View File

@ -35,8 +35,6 @@ enum class Direction {
Transmit = 1,
};
buffer_t wait_for_rx_buffer();
} /* namespace baseband */
#endif/*__BASEBAND_H__*/