Refactoring: Scalability and performance (#252)

Refactoring v5.7 step 1
This commit is contained in:
Cabooman 2024-04-14 14:41:01 +02:00 committed by GitHub
parent 5a5cfc433b
commit ffa7a54f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 926 additions and 286 deletions

View file

@ -2,8 +2,6 @@
#include <cstdint>
#include "../Software/src/devboard/config.h"
MySerial Serial;
unsigned long testlib_millis = 0;

View file

@ -6,7 +6,6 @@
#include <cstdint>
#include <cstdio>
#include "config.h"
#include "microtest.h"
using namespace std;

View file

@ -1,7 +1,7 @@
// The test library must be included first!
#include "../test_lib.h"
#include "../../Software/src/devboard/config.h"
#include "../../Software/src/include.h"
#include "../../Software/src/devboard/utils/timer.cpp"