Skip to content

Commit

Permalink
fix 51
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Sep 28, 2021
1 parent 9b8afea commit 5748d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_AVRProg.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef struct image {
///< datasheet!
#if defined(__SAMD21G18A__) || defined(__SAMD21E18A__) || \
defined(TEENSYDUINO) || defined(ESP8266) || defined(ESP32) || \
defined(SAMD51)
defined(__SAMD51__)
byte image_hexcode[50000]; ///< Max buffer for intel hex format image (text)
#else
byte image_hexcode[10000]; ///< Max buffer for intel hex format image (text)
Expand Down

0 comments on commit 5748d2b

Please sign in to comment.