mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
device tests: some of them can be run on host (#6912)
* device tests: mock scripts + rename some tests to enable mock-testing them * move symbol
This commit is contained in:
@ -174,7 +174,7 @@ void control_c (int sig)
|
||||
int main (int argc, char* const argv [])
|
||||
{
|
||||
bool fast = false;
|
||||
bool blocking_uart = false;
|
||||
blocking_uart = false; // global
|
||||
|
||||
signal(SIGINT, control_c);
|
||||
if (geteuid() == 0)
|
||||
|
Reference in New Issue
Block a user