Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate RailcomDriverBase to a different file. #700

Merged
merged 5 commits into from
Mar 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removes incorrect guard.
balazsracz committed Mar 6, 2023
commit 1378c8a9d33087b5cdaf2946737ca33a8987bf29
4 changes: 0 additions & 4 deletions src/freertos_drivers/common/RailcomImpl.hxx
Original file line number Diff line number Diff line change
@@ -57,10 +57,6 @@
#ifndef _FREERTOS_DRIVERS_COMMON_RAILCOMIMPL_HXX_
#define _FREERTOS_DRIVERS_COMMON_RAILCOMIMPL_HXX_

#if (!defined(TIVADCC_TIVA)) && (!defined(TIVADCC_CC3200))
#error must define either TIVADCC_TIVA or TIVADCC_CC3200
#endif

#include "TivaDCC.hxx" // for FixedQueue

#include "freertos_drivers/common/RailcomDriver.hxx"