mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
Refactoring: Scalability and performance (#252)
Refactoring v5.7 step 1
This commit is contained in:
parent
5a5cfc433b
commit
ffa7a54f20
77 changed files with 926 additions and 286 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
#include "../Software/src/devboard/config.h"
|
||||
|
||||
MySerial Serial;
|
||||
|
||||
unsigned long testlib_millis = 0;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
|
||||
#include "config.h"
|
||||
#include "microtest.h"
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue