WIP don't optimize the setup function at all
This commit is contained in:
parent
a939ea65a1
commit
002236b93a
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ static void __not_in_flash_func(dma_irq_handler)(void) {
|
||||||
#error Only VGA resolution is supported
|
#error Only VGA resolution is supported
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
__attribute__((optimize("-O0")))
|
||||||
void video_init(uint32_t *framebuffer) {
|
void video_init(uint32_t *framebuffer) {
|
||||||
picodvi_framebuffer_obj_t *self = &picodvi;
|
picodvi_framebuffer_obj_t *self = &picodvi;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue