Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b64e3d0af7464e93b80e3c0436a72d1870c5ce41
/
.
/
frc971
/
control_loops
/
matlab
/
writeMatFooterFlash.m
blob: 5326a9429229e854e72fdd6526b4d3049a6ee684 [
file
] [
log
] [
blame
]
brians
343bc11
2013-02-10 01:53:46 +0000
[
diff
] [
blame
]
1
function writeMatFooterFlash
(
fd
)
2
fprintf
(
fd
,
'\n'
);
3
end