M nfc_main.adb => nfc_tags.adb +2 -2
@@ 25,7 25,7 @@ with Interfaces;
with Ada.Characters.Latin_1;
with AVR.Programspace;
-package body NFC_Main is
+package body NFC_Tags is
use Interfaces;
procedure Print_Str (Place : System.Address);
@@ 625,4 625,4 @@ package body NFC_Main is
Main_Menu;
end Main;
-end NFC_Main;
+end NFC_Tags;
M nfc_main.ads => nfc_tags.ads +2 -2
@@ 1,3 1,3 @@
-package NFC_Main is
+package NFC_Tags is
procedure Main;
-end NFC_Main;
No newline at end of file
+end NFC_Tags;
No newline at end of file
M pn532.adb +1 -0
@@ 19,6 19,7 @@ with System;
with Interfaces;
with SPI;
with AVR.Real_Time.Clock;
+pragma Unreferenced(AVR.Real_Time.Clock);
with AVR.UART;
with AVR.Strings;
with AVR.Programspace;