From 7e2f5cf99ad8b53b9beaa418e05a6fb7d36201c8 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Fri, 6 Apr 2018 15:24:40 +0200
Subject: [PATCH] tests/pkg_semtech-loramac: adapt to change in pkg

---
 tests/pkg_semtech-loramac/main.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/pkg_semtech-loramac/main.c b/tests/pkg_semtech-loramac/main.c
index 0d19cf4e5f..a107aca2c4 100644
--- a/tests/pkg_semtech-loramac/main.c
+++ b/tests/pkg_semtech-loramac/main.c
@@ -411,6 +411,10 @@ static int _cmd_loramac(int argc, char **argv)
                        (char *)loramac.rx_data.payload, loramac.rx_data.port);
                 break;
 
+            case SEMTECH_LORAMAC_TX_CNF_FAILED:
+                puts("Confirmable TX failed");
+                break;
+
             case SEMTECH_LORAMAC_TX_DONE:
                 puts("TX complete, no data received");
                 break;
-- 
GitLab