Popravil fileDevice.cpp tako da dejansko naredi datoteke, če še ne obstajajo
This commit is contained in:
parent
8222f8dd0a
commit
74cc571eef
270 changed files with 104 additions and 74 deletions
9
ass2/implementations/device.cpp
Normal file
9
ass2/implementations/device.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "../headers/device.h"
|
||||
using namespace std;
|
||||
|
||||
void Device::write(uint8_t val) {}
|
||||
|
||||
bool Device::test() {return true;}
|
||||
|
||||
uint8_t Device::read() {return 0;}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue