commented out define

This commit is contained in:
Jake Goodwin 2023-02-18 23:06:07 -08:00
parent 3987d71fb2
commit 57a476193c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* Description: AT-09 Bluetooth module library for AVR micro crontrollers. * Description: AT-09 Bluetooth module library for AVR micro crontrollers.
* Filename: avr_at-09.h * Filename: avr_at-09.h
*/ */
#define __AVR_ATmega328P__ //#define __AVR_ATmega328P__
#include <inttypes.h> #include <inttypes.h>
#include <stdint.h> #include <stdint.h>