Skip to content

Commit

Permalink
Remove EXPERIMENTAL safeguard for Teensy 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koromix committed Dec 21, 2014
1 parent 0e8095c commit 44c5a0d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,16 @@ const ty_board_model *ty_board_models[] = {
&teensy_pp20_model,
#endif
&teensy_30_model,
#ifdef TY_EXPERIMENTAL
&teensy_31_model,
#endif
NULL
};

static const struct firmware_signature signatures[] = {
#ifdef TY_EXPERIMENTAL
{&teensy_pp10_model, {0x0C, 0x94, 0x00, 0x7E, 0xFF, 0xCF, 0xF8, 0x94}},
{&teensy_20_model, {0x0C, 0x94, 0x00, 0x3F, 0xFF, 0xCF, 0xF8, 0x94}},
{&teensy_pp20_model, {0x0C, 0x94, 0x00, 0xFE, 0xFF, 0xCF, 0xF8, 0x94}},
#endif
{&teensy_30_model, {0x38, 0x80, 0x04, 0x40, 0x82, 0x3F, 0x04, 0x00}},
#ifdef TY_EXPERIMENTAL
{&teensy_31_model, {0x30, 0x80, 0x04, 0x40, 0x82, 0x3F, 0x04, 0x00}},
#endif
{0}
};

Expand Down

0 comments on commit 44c5a0d

Please sign in to comment.