diff --git a/src/buffer.c b/src/buffer.c index 1c60d70..c172e83 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -7,6 +7,12 @@ #include #include +/* csp_buffer_get_always() is now an internal function + * and not exposed in the public API, so we need to + * declare it here for testing purposes. + */ +csp_packet_t * csp_buffer_get_always(void); + static void *setup(void) { csp_init();