Set up clang format & tidy and format all the files
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include "IDriver.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
#include "IDriver.hpp"
|
||||
#include "Usb.hpp"
|
||||
|
||||
#pragma once
|
||||
@@ -11,8 +10,7 @@ namespace ptprnt::driver {
|
||||
|
||||
class P700Driver : public IDriver {
|
||||
public:
|
||||
P700Driver(std::shared_ptr<Usb> usbDriver, uint16_t usbDevVendor = 0x04f9,
|
||||
uint16_t usbDevId = 0x2061);
|
||||
P700Driver(std::shared_ptr<Usb> usbDriver, uint16_t usbDevVendor = 0x04f9, uint16_t usbDevId = 0x2061);
|
||||
~P700Driver() override;
|
||||
|
||||
driver::info getInfo() override;
|
||||
|
Reference in New Issue
Block a user