Update Apollo PCBs to use wear levelling code (#18411)
This commit is contained in:
committed by
GitHub
parent
456d6f3342
commit
b0f824755a
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "88htsc.h"
|
||||
|
||||
void board_init(void) {
|
||||
setPinInput(B9);
|
||||
setPinInput(B10);
|
||||
}
|
||||
|
||||
led_config_t g_led_config = { {
|
||||
{ 16 , 15 , 14 , 13 , 12 , 11 , 10 , 9 , 8 , 7 , 6 , 5 , 4 , 3 , 2 , 1 , 0 },
|
||||
{ 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 , 32 , 33 },
|
||||
|
Reference in New Issue
Block a user