| 10 | } |
| 11 | |
| 12 | static DeviceVector createDevices() { |
| 13 | return { |
| 14 | std::make_shared<St7701Display>(), |
| 15 | }; |
| 16 | } |
| 17 | |
| 18 | extern const Configuration hardwareConfiguration = { |
| 19 | .initBoot = initBoot, |
nothing calls this directly
no outgoing calls
no test coverage detected