Skip to content

Commit

Permalink
Correct avr-libc detection
Browse files Browse the repository at this point in the history
  • Loading branch information
j123b567 committed Apr 18, 2015
1 parent f862800 commit 0cb7ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libscpi/inc/scpi/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ extern "C" {

/* AVR libc */
#if defined(__AVR_LIBC_VERSION__)
#define HAVE_DTOSTRE
#define HAVE_DTOSTRE 1
#endif

/* ======== test strnlen ======== */
Expand Down

0 comments on commit 0cb7ce2

Please sign in to comment.