mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tiny-asn1: Adapt unit test to new package version
This commit is contained in:
parent
1cfd50abf2
commit
225b39b6b9
@ -14,7 +14,7 @@
|
||||
|
||||
#include "tiny-asn1.h"
|
||||
|
||||
void print_hex(uint8_t *data, unsigned int len)
|
||||
void print_hex(const uint8_t *data, unsigned int len)
|
||||
{
|
||||
unsigned int count = 0;
|
||||
unsigned int blockCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user