mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
M17: fixed clang undefined reference
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "LinkSetupFrame.h"
|
||||
|
||||
namespace modemm17
|
||||
{
|
||||
|
||||
const LinkSetupFrame::encoded_call_t LinkSetupFrame::BROADCAST_ADDRESS = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|
||||
const LinkSetupFrame::call_t LinkSetupFrame::BROADCAST_CALL = {'B', 'R', 'O', 'A', 'D', 'C', 'A', 'S', 'T', 0};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user