Skip to content

Commit

Permalink
cpu/lm4f120 fix cpuid cleanup
Browse files Browse the repository at this point in the history
remove dangling CPUID_LEN macro left after fe75996 that caused some
code to wronlgy believe this cpu has cpuid_get().
  • Loading branch information
dkm committed Jun 28, 2017
1 parent 685b42c commit 11893d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpu/lm4f120/include/periph_cpu.h
Expand Up @@ -26,11 +26,6 @@
extern "C" {
#endif

/**
* @brief Length of the CPU_ID in octets
*/
#define CPUID_LEN (12U)

/**
* @brief Overwrite the default gpio_t type definition
* @{
Expand Down

0 comments on commit 11893d8

Please sign in to comment.