| 6 | bool initBoot(); |
| 7 | |
| 8 | static tt::hal::DeviceVector createDevices() { |
| 9 | return { |
| 10 | createDisplay(), |
| 11 | }; |
| 12 | } |
| 13 | |
| 14 | extern const tt::hal::Configuration hardwareConfiguration = { |
| 15 | .initBoot = initBoot, |
nothing calls this directly
no test coverage detected