Skip to content

Commit

Permalink
sam4l: Remove noisy debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweBonnes committed Dec 20, 2018
1 parent 374bee3 commit 7fa2ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/target/sam4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ bool sam4l_probe(target *t)
{
size_t ram_size, flash_size;

DEBUG("\nSAM4L: Probe function called\n");
t->idcode = target_mem_read32(t, SAM4L_CHIPID_CIDR);
if (((t->idcode >> CHIPID_CIDR_ARCH_SHIFT) & CHIPID_CIDR_ARCH_MASK) == SAM4L_ARCH) {
t->driver = "Atmel SAM4L";
Expand Down

0 comments on commit 7fa2ada

Please sign in to comment.