Hi!
It is my first post here, so don't tread on me :)! I want to
ask, how to watch result of function?
I don't know what to do with this - I tried "Watch 1", but I can't
get satisfied result - I mean see "EQUAL" or "DIFFERENT".
I attached my code here:
#include <LPC21xx.H>
#include <string.h>
#define NULL 0
enum CompResult{DIFFERENT, EQUAL};
enum CompResul
↧