Add missing headers

In video, include padsbank header
In main, add clocks header

These seem to be needed on SDK v2...
This commit is contained in:
Matt Evans 2024-08-18 18:07:40 +01:00
parent 8288297414
commit 7a0327370e
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "hardware/clocks.h"
#include "hardware/gpio.h"
#include "hardware/pio.h"
#include "hardware/sync.h"

View file

@ -38,6 +38,7 @@
#include "hardware/clocks.h"
#include "hardware/dma.h"
#include "hardware/gpio.h"
#include "hardware/structs/padsbank0.h"
#include "pio_video.pio.h"
#include "hw.h"