From 8ee80c5755cf020554cca6c8eadfedc379e1d272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 16 Apr 2019 10:41:07 +0200 Subject: [PATCH] [ion] n0100: fix FCC ID --- ion/src/device/n0100/drivers/board.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/n0100/drivers/board.cpp b/ion/src/device/n0100/drivers/board.cpp index 68fea1cfd..b6374d10e 100644 --- a/ion/src/device/n0100/drivers/board.cpp +++ b/ion/src/device/n0100/drivers/board.cpp @@ -8,7 +8,7 @@ // Public Ion methods const char * Ion::fccId() { - return "2ALWP-N0101"; + return "2ALWP-N0100"; } // Private Ion::Device methods