fprime/Drv/LinuxSpiDriver/LinuxSpiDriver.hpp
Thomas Boyer-Chammard e17d42a9ff
Format Drv module (#3960)
* Format Drv module

* Add Drv to format CI check

* Fix double // in include path
2025-07-31 15:49:45 -07:00

18 lines
422 B
C++

// ======================================================================
// LinuxSpiDriver.hpp
// Standardization header for LinuxSpiDriver
// ======================================================================
#ifndef Drv_LinuxSpiDriver_HPP
#define Drv_LinuxSpiDriver_HPP
#include "Drv/LinuxSpiDriver/LinuxSpiDriverComponentImpl.hpp"
namespace Drv {
using LinuxSpiDriver = LinuxSpiDriverComponentImpl;
}
#endif