rename boards
feather52832 to feather_nrf52832 feather52840 to feather_nrf52840
This commit is contained in:
@ -16,12 +16,12 @@
|
||||
#include <stdint.h>
|
||||
#include "nrf_gpio.h"
|
||||
|
||||
#if defined BOARD_FEATHER52840
|
||||
#include "boards/feather52840.h"
|
||||
#if defined BOARD_FEATHER_NRF52840_EXPRESS
|
||||
#include "boards/feather_nrf52840_express.h"
|
||||
#elif defined BOARD_FEATHER_NRF52832
|
||||
#include "boards/feather_nrf52832.h"
|
||||
#elif defined BOARD_PCA10056
|
||||
#include "boards/pca10056.h"
|
||||
#elif defined BOARD_FEATHER52832
|
||||
#include "boards/feather52832.h"
|
||||
#else
|
||||
#error No boards defined
|
||||
#endif
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Software License Agreement (BSD License)
|
||||
|
||||
Copyright (c) ${year}, Adafruit Industries (adafruit.com)
|
||||
Copyright (c) 2018, Adafruit Industries (adafruit.com)
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
@ -7,7 +7,7 @@
|
||||
|
||||
Software License Agreement (BSD License)
|
||||
|
||||
Copyright (c) ${year}, Adafruit Industries (adafruit.com)
|
||||
Copyright (c) 2018, Adafruit Industries (adafruit.com)
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
Reference in New Issue
Block a user