[2.0.x] TMC2130 support for LPC platform (#9114)
This commit is contained in:
committed by
Scott Lahteine
parent
34160806c0
commit
5c69d45f5b
@ -3,7 +3,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
#include <arduino.h>
|
||||
#include <Arduino.h>
|
||||
|
||||
// When the display powers up, it is configured as follows:
|
||||
//
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <arduino.h>
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "Stream.h"
|
||||
|
||||
|
Reference in New Issue
Block a user