pre-commit

This commit is contained in:
Scott Shawcroft 2021-01-20 23:30:15 -08:00
parent fb1e0106b5
commit 6a6f22b0e6
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
4 changed files with 0 additions and 4 deletions

View File

@ -7,4 +7,3 @@ CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
INTERNAL_FLASH_FILESYSTEM = 1

View File

@ -7,4 +7,3 @@ CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
INTERNAL_FLASH_FILESYSTEM = 1

View File

@ -583,4 +583,3 @@ bool common_hal_rp2pio_statemachine_write(rp2pio_statemachine_obj_t *self,
}
return _transfer(self, data, len, NULL, 0);
}

View File

@ -248,4 +248,3 @@ SECTIONS
ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed")
/* todo assert on extra code */
}