macros: remove embassy_prefix attr.

This was used in the past for reexporting the macros from drogue-device,
which is no longer using it.

Also, it is a pain to support, so we don't want it.
This commit is contained in:
Dario Nieuwenhuis
2022-08-17 15:03:12 +02:00
parent ef9e373ec4
commit bd0aaec624
4 changed files with 26 additions and 83 deletions

View File

@ -1,2 +1 @@
pub mod ctxt;
pub mod path;