This commit is contained in:
furrtek
2016-01-31 09:34:24 +01:00
parent 29ec87a9ad
commit 44638e504b
166 changed files with 8700 additions and 3967 deletions

View File

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