1
0
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:
Mathias Tausig 2021-10-03 21:20:09 +02:00
parent 1cfd50abf2
commit 225b39b6b9

View File

@ -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;