Closed
Description
The file servo.h includes ServoTimers.h which is in the arch folder.
This has 2 consequences
- All arch implementation need a ServoTimers.h file
- arch/[infrastructure] needs to be added to the include path
This should be fixed because a definition should never enforce an implementation.
Adding the header to the Servo.cpp file in the avr and sam fixes this problem
include "Servo.h"
// Architecture specific include
include "ServoTimers.h"
Metadata
Metadata
Assignees
Labels
No labels