mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-02 14:22:55 +03:00
Remove paths / paths-ignore condition from CI (#8704)
Does not work very well with branch protection rules. Pending some other solution, re-enable our ability to merge stuff.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#include <esp8266_undocumented.h>
|
||||
void crashMeIfYouCan(void) __attribute__((weak));
|
||||
int divideA_B(int a, int b);
|
||||
int divideA_B_bp(int a, int b);
|
||||
|
||||
int* nullPointer = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user