diff --git a/targets/ARCH/BLADERF/USERSPACE/LIB/bladerf_lib.c b/targets/ARCH/BLADERF/USERSPACE/LIB/bladerf_lib.c
index a5f0c0adbb851a2b5d97b99bef434455426d563b..2f73d6978c26c8bdf6710537fe424cb8899ba98e 100644
--- a/targets/ARCH/BLADERF/USERSPACE/LIB/bladerf_lib.c
+++ b/targets/ARCH/BLADERF/USERSPACE/LIB/bladerf_lib.c
@@ -104,8 +104,9 @@ static void trx_brf_stats(openair0_device *device){
       @param buff Buffer which holds the samples
       @param nsamps number of samples to be sent
       @param cc index of the component carrier
+      @param flags Ignored for the moment
 */ 
-static int trx_brf_write(openair0_device *device,openair0_timestamp ptimestamp, void **buff, int nsamps, int cc) {
+static int trx_brf_write(openair0_device *device,openair0_timestamp ptimestamp, void **buff, int nsamps, int cc, int flags) {
   
   int status;
   brf_state_t *brf = (brf_state_t*)device->priv;