sam_seos: add option to send arbitrary requests

This commit is contained in:
Jakub Kramarz 2025-01-06 14:21:25 +01:00
commit 0f7574c982
5 changed files with 205 additions and 135 deletions

View file

@ -17,7 +17,8 @@
#define __SAM_SEOS_H
#include "common.h"
#include "pm3_cmd.h"
int sam_seos_get_pacs(void);
int sam_seos_get_pacs(PacketCommandNG *c);
#endif