Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Nov 23, 2020
1 parent 3f4a551 commit 2840e53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions src/TaskBlock.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
//
// Created by David Cherry on 28/08/2020.
//
/*
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
*/

#ifndef _TASKMANAGERIO_TASKBLOCK_H_
#define _TASKMANAGERIO_TASKBLOCK_H_

#include <TaskPlatformDeps.h>
#include <TaskTypes.h>

/**
* @file TaskBlock.h
*
* An internal class definition that is the representation of a task
*/

/**
* This is an internal class, and users of the library generally don't see it.
*
Expand Down
2 changes: 1 addition & 1 deletion src/TaskManagerIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "TaskBlock.h"

/**
* @file TaskManager.h
* @file TaskManagerIO.h
*
* Task manager is a simple co-routine style implementation for Arduino which supports scheduling work to be done
* at a given time, repeating tasks, interrupt marshalling and events. It is generally thread safe such that code
Expand Down

0 comments on commit 2840e53

Please sign in to comment.