examples: Added ending 'Interesting' tags

A handful of examples were missing the terminating 'Interesting' tag.
Added these.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2017-04-05 15:43:02 -07:00
parent a655235c70
commit e2fe04927f
9 changed files with 9 additions and 2 deletions

View File

@ -30,6 +30,7 @@
#define EDISON_GPIO_SI7005_CS 20
//! [Interesting]
int main ()
{
try {
@ -47,5 +48,4 @@ int main ()
}
return 0;
}
//! [Interesting]