Files
RISC-B/peripherals/peripheraldata.h
2025-02-16 17:28:10 +01:00

12 lines
184 B
C

//
// Created by bruno on 16.2.2025.
//
#ifndef RISCB_PERIPHERALDATA_H
#define RISCB_PERIPHERALDATA_H
#include "audio.h"
extern AudioData audioData;
#endif //RISCB_PERIPHERALDATA_H