HAL for Linux (#13146)

This commit is contained in:
Scott Lahteine
2019-02-22 19:09:10 -06:00
committed by GitHub
parent 5eb82ca6a8
commit 15aa932aa6
45 changed files with 3064 additions and 3 deletions

View File

@ -259,4 +259,10 @@
//
#define BOARD_ESP32 1900
//
// Simulations
//
#define BOARD_LINUX_RAMPS 2000
#define MB(board) (defined(BOARD_##board) && MOTHERBOARD==BOARD_##board)