Skip to content

Commit

Permalink
[#143] Deprecated ResponseTypes.hpp - we use modular notification IDs…
Browse files Browse the repository at this point in the history
… now.
  • Loading branch information
susanw1 committed Nov 20, 2023
1 parent 62b4952 commit 473e578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
namespace Zscript {
namespace GenericCore {

#error deprecated! delete me!

enum ResponseType {
Response = 0,
ResetNotification = 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define SRC_MAIN_C___ZSCRIPT_ZSCRIPTCHANNEL_HPP_

#ifndef ZSCRIPT_HPP_INCLUDED
# error Channels must be included only after Zscript.hpp
# error ZscriptChannel.hpp needs to be included AFTER Zscript.hpp
#endif

#include "semanticParser/SemanticParser.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <stdlib.h>

#include "LanguageVersion.hpp"
#include "ResponseTypes.hpp"
#include "Zchars.hpp"
#include "ZscriptResponseStatus.hpp"

Expand Down

0 comments on commit 473e578

Please sign in to comment.