Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

UplinkMessage.hpp

Committer:
FCH_31
Date:
2018-10-22
Revision:
41:5a436163dddf
Parent:
24:92c30dabfda4

File content as of revision 41:5a436163dddf:

#ifndef __UPLINKMESSAGE_HPP__
#define __UPLINKMESSAGE_HPP__

#include "Context.h"


namespace misnet {
    class UplinkMessage;
}


class misnet::UplinkMessage {
    public:
};

#endif  // __UPLINKMESSAGE_HPP__