Skip to content

Commit

Permalink
chore: remove support for long-deprecated 'edge' feature (#147)
Browse files Browse the repository at this point in the history
In 2022/2023 there was a customer project that required features in which certain internal notecard events would generate a queue of data that could later be polled.

This feature ended up not being used by the customer.  Later, the card.aux.serial 'notify' feature achieved most of the same requirements.

Given that these features no longer exist within the notecard itself, the definitions related to this nonexistent feature have been removed from note-c.
  • Loading branch information
rayozzie authored Apr 16, 2024
1 parent f011ab2 commit 34736e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 152 deletions.
149 changes: 0 additions & 149 deletions n_edge.h

This file was deleted.

3 changes: 0 additions & 3 deletions note.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ typedef JUINTEGER JTIME;
extern "C" {
#endif

// Edge defs
#include "n_edge.h"

// cJSON wrappers
#include "n_cjson.h"

Expand Down

0 comments on commit 34736e4

Please sign in to comment.